@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;
}
li{
    list-style: none;
}

@font-face{
    font-family:myFont;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont1;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont2;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont3;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont4;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
/*banner*/
.index-banner img,.ny-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-slide{
    background-size: cover !important;
    background-position: center;
    display: flex;
    align-items: center;
}
.index-banner .swiper-slide img{
    width: 100%;
    min-width: 1200px;
}
.index-banner .banner-text{
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
    text-align: center;
    color:#fff;
}
.index-banner .swiper-slide-active .banner-text{
	-webkit-animation: fadeInLeft 1.4s ease-in-out;
	animation: fadeInLeft 1.4s ease-in-out;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index-banner .banner-text h5{
    font-size: 65px;
    font-family: myFont4;
}
.index-banner .banner-text h6{
    font-size: 28px;
    color:#fff;
    font-family: myFont1;
}
/* 按钮 */
.index-banner .swiper-pagination .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	background:none;
	border-radius: 50px;
	/* margin-right:20px; */
    border:2px solid #fff;
    margin:0 9px !important;
    opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active{
	position: relative;
	width: 20px;
	height: 20px;
	background:none;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active::after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 50px;
}

.index-banner .swiper-slide img.swiper_img{
	width: 100%;
	height: 100%;
	animation:mymove 8s infinite;
	-webkit-animation:mymove 8s infinite; /*Safari and Chrome*/
	animation-direction:alternate;/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out; /*动画的速度曲线*/
	-webkit-animation:mymove 8s infinite;
	-webkit-animation-direction:alternate;/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
	animation-delay:0.1s;
	-webkit-animation-delay:0.1s; /* Safari 和 Chrome */
}
@keyframes mymove

{

	0%{

	transform: scale(1);  /*开始为原始大小*/

	}

	100%{

		transform: scale(1.1); /*放大1.1倍*/

	}



}



@-webkit-keyframes mymove /*Safari and Chrome*/

{

	0%{

	transform: scale(1);  /*开始为原始大小*/

	}

	100%{

		transform: scale(1.1); /*放大1.1倍*/

	}

}

/* 三大优势 */
.cont1-box{
    padding: 25px 0;
    box-shadow: 1px 1px 25px #f3f3f3;
}
.cont1-box dl{
    display: flex;
}
.cont1-box dl dt img{
    width: 57px;
    height: auto;
}
.cont1-box dl dd{
    margin:3px 0 0 15px;
}
.cont1-box dl dd h5{
    font-size: 20px;
    color:#333;
}
.cont1-box dl dd p{
    font-size: 16px;
    color:#a1a6b5;
}

/* 标题 */
.title{
    text-align: center;
    color:#666666;
    font-size: 18px;
}
.title h5{
    position: relative;
    font-size: 38px;
    color:#000000;
    margin-bottom: 5px;
}
.title h5::before{
    content: '';
    display: block;
    width: 145px;
    height: 7px;
    background: linear-gradient(to right,rgba(0, 0, 0, 0),rgba(0, 106, 255, 1), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(to right,rgba(0, 0, 0, 0),rgba(0, 106, 255, 1), rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(to right,rgba(0, 0, 0, 0),rgba(0, 106, 255, 1), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(to right,rgba(0, 0, 0, 0),rgba(0, 106, 255, 1), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 10px;
    left: 50%; 
    margin-left: -72px;
}
.bg_img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.bg_img img{
    width: 100%;
}

/* 关于我们 */
.cont2-list .cont2-text{
    width: 50%;
}
.cont2-list .cont2-text .c-title{
    font-size: 30px;
    color:#333;
    margin-top: 15px;
}
.cont2-list .cont2-text .c-title span{
    color:#e9ebf2;
    font-size: 34px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
}
.cont2-list .cont2-text .c-title img{
    display: block;
    margin:12px 0 30px 0;
}
.cont2-list .cont2-img{
    width: 47%;
    height: 395px;
}
.cont2-list .cont2-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont2-list .cont2-text .cont2-des{
    font-size: 17px;
    color:#666666;
    line-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.cont2-list .cont2-text .link a{
    font-size: 16px;
    color:#0c56bf;
    font-family: myFont1;
}
.cont2-list .cont2-text .link a .iconfont{
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    transition: .5s;
}
.cont2-list .cont2-text .link a:hover .iconfont{
    margin-left: 10px;
}

/* 关于我们数字滚动 */
.digital{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.digital li{
    font-size: 17px;
    color:#0c56bf;
    width: 25%;
    position: relative;
}
.digital li em{
    font-family: myFont1;
    color:#333;
}
.digital li i{
    font-size: 20px;
    vertical-align: top;
    margin-left: 5px;
}
.digital li p{
    color:#0c56bf;
}
.digital li strong{
    font-size: 45px;
    font-family: myFont4;
}
.digital li::before{
    content: '';
    display: block;
    width: 1px;
    height: 70px;
    background: #dfdfdf;
    position: absolute;
    top: 14px;
    right: 0;
}
.digital li:last-child:before{
    display: none;
}

/* 服务项目 */
.cont3-list{
    width: 100%;
    min-width: 1200px;
    margin:0 auto;
    margin-top: 40px;
}
.cont3-list dl{
    width: 25%;
    position: relative;
}
.cont3-list dl a{
    display: block;
}
.cont3-list dl dt{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cont3-list dl dt img{
    width: 100%;
    height: auto;
    transition: .5s;
}
.cont3-list dl:hover dt img{
    transform: scale(1.02);
}
.cont3-list dl dd{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    position: absolute;
    top: 0;
    left: 0;
    align-items: flex-end;
    padding:30px 30px 50px;
    background:rgb(12, 86, 191,.8);
    color:#fff;
    transition: .5s;
}
.cont3-list dl dd>div h5{
    font-size: 20px;
}
.cont3-list dl dd>div .des{
    font-size: 15.4px;
    line-height: 26px;
    margin:18px 0 21px 0;
    text-align: justify;
}
.cont3-list dl dd>div .link{
    font-size: 15px;
}
.cont3-list dl dd>div .link .iconfont{
    font-size: 17px;
    margin:2px 0 0 5px;
    vertical-align: middle;
}
.cont3-list dl dd>div .line{
    width: 100%;
    height: 1px;
    background:rgba(255, 255, 255, .28);
    margin-bottom: 20px;
    position: relative;
}
.cont3-list dl dd>div .line::before{
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    background:#fff;
}
.cont3-list dl:hover dd>div .line::before{
    width: 100%;
}
.cont3-list dl:hover dd{
    background:rgb(12, 86, 191,0);
}

/* 我们的优势 */
.cont4-list dl{
    width: 23.5%;
    box-shadow: 1px 1px 10px #e9eff9;
    padding: 35px 30px 60px 30px;
    border-radius: 5px;
    text-align: center;
    border-bottom: 1px solid #0c56bf;
    transition: .5s;
    cursor: pointer;
}
.cont4-list dl dt{
    height: 90px;
    line-height: 90px;
}
.cont4-list dl dt .iconfont{
    font-size: 50px;
    color:#0c56bf;
}
.cont4-list dl dd h5{
    font-family: myFont4;
    font-size: 20px;
    color:#333;
    margin: 12px 0 15px 0;
}
.cont4-list dl dd .des,
.cont4-list dl dd .des p{
    font-size: 16px;
    color:#666666;
    line-height: 29px;
    font-family: myFont1;
}
.cont4-list dl:hover{
    background:url(../images/ad-bg.png) no-repeat 100% 100%;
    background-size: cover;
    border-bottom: none;
}
.cont4-list dl:hover dt .iconfont,
.cont4-list dl:hover dd h5,
.cont4-list dl:hover dd .des,
.cont4-list dl:hover dd .des p{
    color:#fff;
}

/* 合作伙伴 */
.cont5-list{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 15px 15px;
}
.cont5-list li{
    box-shadow: 1px 1px 7px #eee;
    height: 95px;
    overflow: hidden;
    cursor: pointer;
}
.cont5-list li img{
    width: 100%;
    height: 100%;
    display: block;
    transition: .5s;
}
.cont5-list li:hover img{
    transform: scale(1.02);
}

/* 新闻资讯 */
.cont6-box{
    background:#f8fafe;
}
.cont6-list .swiper-slide{
    background:#fff;
}
.cont6-list .swiper-slide a{
    display: block;
}
.cont6-list .swiper-slide .img{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.cont6-list .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.cont6-list .swiper-slide:hover .img img{
    transform: scale(1.02);
}
.cont6-list .swiper-slide .text{
    padding:20px;
    position: relative;
    transition: .5s;
}
.cont6-list .swiper-slide .text h5{
    font-size: 17px;
    color:#333;
}
.cont6-list .swiper-slide .text p{
    color:#8c8c8c;
    font-size: 16px;
    line-height: 27px;
    margin: 8px 0 15px 0;
}
.cont6-list .swiper-slide .text .link{
    color:#0c56bf;
    text-align: right;
    font-size: 15px;
}
.cont6-list .swiper-slide .text .link .iconfont{
    font-size: 15px;
    vertical-align: middle;
    margin-left: 3px;
}
.cont6-list .swiper-slide .text .bg{
    display: block;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:#0c56bf;
    transition: .5s;
}
.cont6-list .swiper-slide:hover .text .bg{
    width: 100%;
}
.cont6-list .swiper-slide .des{
    position: relative;
    z-index: 2;
}
.cont6-list .swiper-slide:hover .des h5,
.cont6-list .swiper-slide:hover .des p,
.cont6-list .swiper-slide:hover .des .link{
    color:#fff;
}

/* 底部横图 */
.cont8-box .img{
    width: 100%;
    height: 240px;
}
.cont8-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont8-box .cont8-text{
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    text-align: center;
    color:#fff;
    font-size: 36px;
}
.cont8-box .cont8-text p{
    font-size: 19px;
    margin-top: 10px;
}
.column-banner img{
    width: 100%;
    height: auto;
}
.column-banner .form-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.column-banner .form-box .sb-title{
    font-size: 45px;
    color:#fff;
}
.column-banner .form-box form ul{
    width: 75%;
    margin:0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.column-banner .form-box>div{
    width: 1200px;
    text-align: center;
}
.column-banner .form-box form ul li{
    width: 40%;
    position: relative;
}
.column-banner .form-box form ul li input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    font-family: 'myFont1';
    font-size: 16px;
}
.column-banner .form-box form ul li:last-child{
    width: 20%;
}
.column-banner .form-box form ul li:last-child input{
    background: #0072ff;
    color: #fff;
    padding-left: 0;
    text-align: center;
    font-size: 18px;
    font-family: 'myFont1';
    cursor: pointer;
    transition: .5s;
}
.column-banner .form-box form ul li:last-child:hover input{
    background:#ff5722;
}
.column-banner .form-box form ul li::before{
    width: 1px;
    height: 30px;
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
    background: #ececec;
}
.column-banner .form-box form ul li:last-child:before,
.column-banner .form-box form ul li:nth-child(2):before{
    display: none;
}

/* 内页标题 */
.title-a{
    font-size: 36px;
    color:#333;
    text-align: center;
}
.title-a i{
    display: block;
    width: 35px;
    height: 1px;
    background: #006aff;
    margin:12px auto 0;
}

/* 商标列表 */
.column-trademark-box{
    padding:70px 0 90px 0;
}
.trademark-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px 20px;
}
.trademark-list dl{
    box-shadow: 1px 1px 10px #e9eff9;
    border-radius: 5px;
    text-align: center;
    transition: .5s;
}
.trademark-list dl a{
    display: block;
    padding: 30px 40px;
}
.trademark-list dl:hover{
    background:url(../images/ad-bg.png) no-repeat center center;
}
.trademark-list dl dt{
    height: 56px;
    line-height: 56px;
}
.trademark-list dl dt .iconfont{
    color:#0c56bf;
    font-size: 56px;
}
.trademark-list dl dd{
    color:#333;
    font-family: myFont1;
    font-size: 24px;
    margin-top: 15px;
}
.trademark-list dl:hover dt .iconfont,
.trademark-list dl:hover dd{
    color:#fff;
}

/* 服务优势 */
.column-fwys-box{
    /* background: url(../images/ym_bg.jpg) no-repeat center top;
    position: relative;
    padding: 90px 0;
    box-sizing: border-box;
    background-attachment: fixed; */
    background:#fafcff;
    padding: 60px 0 200px 0;
}
.column-fwys-box .title-a{
    color:#333;
}
.column-fwys-list{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.column-fwys-list dl{
    width: 24%;
    position: relative;
    cursor: pointer;
}
.column-fwys-list dl dt{
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}
/* .column-fwys-list dl dt::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(0, 0, 0, .2);
    transition: .5s;
} */
.column-fwys-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.column-fwys-list dl:hover dt img{
    transform: scale(1.03);
}
.column-fwys-list dl dd{
    width: 90%;
    position: absolute;
    left: 5%;
    top: 150px;
    background:#fff;
    box-shadow: 0px 13px 13px #dce8fb;
    padding: 20px;
    height: 220px;
}
.column-fwys-list dl dd h5{
    font-size: 18px;
    color: #333;
    margin:30px 0 10px 0;
    font-weight: bold;
}
.column-fwys-list dl dd .des,
.column-fwys-list dl dd .des p{
    font-size: 15px;
    line-height: 27px;
    color: #404040;
}
.column-fwys-list dl dd .icon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom,#6a9fe4,#014bab);
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: -39px;
    text-align: center;
    line-height: 70px;
}
.column-fwys-list dl dd .icon .iconfont{
    font-size: 35px;
    transition: .5s;
    display: inline-block;
}
.column-fwys-list dl:hover dd .icon .iconfont{
    transform: rotateY(180deg);
}
.column-fwys-list dl:hover dt::before{
    background:none;
}

/* 当前位置 */
.location{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}
.location .iconfont{
    font-size: 20px;
    vertical-align: middle;
}
.location span{
    /* font-family: 'myFont1'; */
}

/* 商标注册第二个页面 */
.sbzc-two-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px 20px;
}
.sbzc-two-list dl{
    box-shadow: 1px 1px 10px #e9eff9;
    border-radius: 5px;
    text-align: center;
    transition: .5s;
    background:#fff;
    transition: .5s;
}
.sbzc-two-list dl a{
    padding: 20px 20px 30px 20px;
    display: block;
}
.sbzc-two-list dl dt{
    width: 90px;
    height: 100px;
    margin:0 auto;
    line-height: 100px;
    transition: .5s;
}
.sbzc-two-list dl dt img{
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.sbzc-two-list dl dd{
    font-size: 18px;
    color:#333;
    /* font-family: myFont1; */
    margin-top: 7px;
    transition: .5s;
}
.sbzc-two-list dl:hover dt{
    margin-top: -5px;
}
.sbzc-two-list dl:hover{
    box-shadow: 1px 1px 10px #9abdf7;
}
.sbzc-two-list dl:hover dd{
    color:#0c56bf;
}

/* 详情页面 */
.fwnr-list{
    width: 100%;
    height: auto;
}
.fwnr-list .text{
    font-size: 15px;
    color: #565656;
    line-height: 30px;
    text-align: justify;
}
.fwnr-list .text p{
    font-size: 15px;
    color: #565656;
}

/* 产品详情标题 */
.title-ab{
    font-size: 20px;
    font-weight: bold;
}
.title-ab i{
    width: 30px;
    height: 3px;
    display: block;
    background:#006aff;
    margin-top: 12px;
}

/* 办理流程 */
.fwlc-list .bottom{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px 10px;
}
.fwlc-list .top{
    color: #333;
    line-height: 30px;
    font-size: 15px;
    /* font-family: myFont1; */
    text-align: justify;
}
.fwlc-list .bottom p{
    /* font-family: myFont1; */
    font-size: 15px;
    background: #f7f7f7;
    padding: 15px 20px;
    transition: .5s;
    cursor: pointer;
}
.fwlc-list .bottom p strong{
    /* font-family: myFont1; */
    font-size: 15px;
}
.fwlc-list .bottom p:hover{
    /* box-shadow: 1px 1px 15px #d2d2d2; */
    color: #fff;
    background: #006aff;
}

/* 热门问答 */
.rmwd-img,.rmwd-img img{
    width: 100%;
    height: auto;
}

/* 返回列表 */
.return-box{
    width: 140px;
    height: 40px;
    background: #0d57bf;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    color:#fff;
    cursor: pointer;
    border:1px solid #0d57bf;
    transition: .5s;
    font-family: myFont4;
    float: right;
    /* margin-bottom: 30px; */
}
.return-box:hover{
    background:none;
    border:1px solid #0d57bf;
    color:#0d57bf;
}


/* 面包屑导航 */
.crumbs-box{
    width: 100%;
    line-height: 70px;
    box-shadow: 1px 1px 10px #eee;
}
.crumbs-box ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.crumbs-box ul li a{
    height: 70px;
    margin-right: 70px;
    position: relative;
    cursor: pointer;
    display: block;
    color:#4c4c4c;
    font-size: 18px;
    font-family: 'myFont1';
}
.crumbs-box ul li:last-child a{
    margin-right: 0;
}
.crumbs-box ul li a:hover,
.crumbs-box ul li a.active{
    color:#006aff;
}
.crumbs-box ul li a::after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background:#006aff;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
}
.crumbs-box ul li a:hover::after,
.crumbs-box ul li a.active::after{
    width: 100%;
}

/* 栏目新闻资讯 */
.news-list-box{
	/* display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 25px; */
}
.news-list-box dl a{
    display: flex;
    justify-content: space-between;
    background:#F5F5F5;
}
.news-list-box dl dt{
    width: 50%;
    height: 345px;
    overflow: hidden;
}
.news-list-box dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.news-list-box dl:hover dt img{
    transform: scale(1.04);
}
.news-list-box dl dd{
    padding: 4% 4.5%;
    box-sizing: border-box;
    width: 50%;
}
.news-list-box dl dd b{
    color: #006aff;
    font-size: 18px;
    font-weight: bold;
    height: 36px;
    display: block;
}
.news-list-box dl dd h5{
    font-size: 25px;
    height: 54px;
    border-bottom: 1px solid #E6E6E6;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    white-space: nowrap;
}
.news-list-box dl dd p{
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: justify;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list-box dl dd em{
    color: #006aff;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.news-list-box dl dd em i{
    font-size: 30px;
    transition: .4s;
}
.news-list-box dl:hover dd em i{
    margin-left: 10px;
}
.ny_news .ny_news_b ul li{
    color: #333333;
    box-sizing: border-box;
    transition: .2s;
    border-bottom: #E6E6E6 solid 1px;
}
.ny_news .ny_news_b ul li a{
    padding: 40px 18px;
}
.dyh-news-box{
    margin-top: 90px;
}
.ny_news .ny_news_b ul li h5{
    font-size: 22px;
    width: 1000px;
    color: #333;
    line-height: 22px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s;
}
.ny_news .ny_news_b ul li p{
    font-size: 17px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}
.ny_news .ny_news_b ul li .c3_news_r_time{
    width: 15%;
}
.ny_news .ny_news_b ul li .c3_news_r_txt{
    width: 85%;
}
.ny_news .ny_news_b ul li .c3_news_r_time{
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 15%;
}
.ny_news .ny_news_b ul li .c3_news_r_time em{
    color: #333;
    font-size: 30px;
}
.ny_news .ny_news_b ul li .c3_news_r_time span{
    color: #666666;
    font-size: 18px;
}
.ny_news .ny_news_b ul li .c3_news_r_time i{
    background: url(../images/jj.png) left center no-repeat;
    height: 15px;
    margin-top: 15px;
}
.ny_news .ny_news_b ul li:hover{
    background-color: #F5F5F5;
}
/* .ny_news .ny_news_b ul li:hover em,.ny_news .ny_news_b ul li:hover span,.ny_news .ny_news_b ul li:hover h5,.ny_news .ny_news_b ul li:hover p{
    color:#fff;
} */


/* 新闻详情 */
.introduce{
    background: #fff;
    margin:50px 0 10px 0;
}
.introduce .intro-con{
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.introduce .intro-con h2{
    font-size: 26px;
    color: #222222;
    margin-bottom: 10px;
    font-family: 'myFont1';
}
.introduce .intro-con span{
    font-size: 15px;
    padding:0 5px;

}
.introduce .intro-text{
    font-size: 16px;
    line-height: 30px;
    color:#464646;
    margin-top: 30px;
    text-align: justify;
    font-family: myFont1;
}
.introduce .intro-text p{
    font-family: myFont1;
}
.introduce .intro-text img{
    max-width: 85%;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.introduce .intro-text table,
.table-nr table{
    width: 100% !important;
}
.introduce .intro-text table tr,
.table-nr table tr{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.introduce .intro-text table tr td,
.table-nr table tr td{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding:10px;
    font-size: 15px;
    line-height: 32px;
}
.table-nr{
    font-size: 15px;
    line-height: 32px;
    color:#222222;
}
.introduce .detail-r-retrun{
    display: flex;
    justify-content: space-between;
}
.introduce .detail-r-retrun .data-box{
    width: 60%;
    display: flex;
    line-height: 35px;
}
.introduce .detail-r-retrun p{
    color: #a7a7a7;
    font-size: 15px;
    margin-right: 30px;
    position: relative;
    font-family: "myFont1";
}
.introduce .detail-r-retrun p .iconfont{
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
.return-box{
    width: 140px;
    height: 40px;
    background: #006aff;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    color:#fff;
    cursor: pointer;
    border:1px solid #006aff;
    transition: .5s;
    font-family: myFont4;
}
.introduce .detail-r-retrun p::after{
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    width: 1px;
    height: 13px;
    right: -15px;
    background: #ccc;
}
.introduce .detail-r-retrun p:last-child:after{
    display: none;
}
.return-box:hover{
    color:#006aff;
    background:none;
}

/* 分页 */
.page-box {
    margin-bottom: 60px;
    /* margin-top: 40px; */
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-top: 40px;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    background:#eee;
    margin: 0 5px;
    /* border-radius: 50px; */
    transition: .5s;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    background-color: #006aff;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}
.page-box a:hover{
    background-color: #006aff;
    color:#fff;
}

/* 内页上一页下一页 */
.news-fh{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e2e2e2;
}
.news-fh ul li,.news-fh ul li a{
    color:#656565;
    font-size: 15px;
    font-family: myFont1;
}
.news-fh ul li:last-child{
    border-top: 0;
    margin-top: 8px;
}
.news-fh ul li a:hover{
    color:#006aff;
    text-decoration: underline;
    cursor: pointer;
}


/* 关于我们 */
.ny_about .about_list-box{
	display: flex;
	justify-content: space-between;
	/* background:#eee; */
	height: 500px;
    box-shadow: 1px 1px 10px #eee;
}
.ny_about .about_list-box .about_img{
	width: 50%;
}
.ny_about .about_list-box .about_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ny_about .about_list-box .about_txt{
    font-size: 16px;
    color: #565656;
    line-height: 30px;
    text-align: justify;
    width: 50%;
    padding: 30px;
    height: 475px;
    overflow-y: scroll;
    font-family: 'myFont1';
}
.ny_about .about_list-box .about_txt p{
    font-family: 'myFont1';
}
.ny_about .about_list-box .about_txt h5{
    font-size: 20px;
    font-family: 'myFont4';
    color: #0d57bf;
    margin: 15px 10px 15px 0;
}